home *** CD-ROM | disk | FTP | other *** search
- -- card: 9799 from stack: in
- -- bmap block id: 10218
- -- flags: 0000
- -- background id: 6748
- -- name:
- ----- HyperTalk script -----
- on opencard
-
- put "Recommend using " into line 2 of card field "message"
- put "Hot Water Bath" into line 4 of card field "message"
- put "to Dissolve Lead Chloride." into line 6 of card field "message"
-
- end opencard
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0001
- -- rect: left=190 top=201 right=342 bottom=432
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Message
- ----- HyperTalk script -----
- on mouseup
- hide card field "message"
- end mouseup
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=434 top=205 right=254 bottom=509
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Flow Chart
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card id 7591
- put 1 into zz
- repeat until zz = 4
- set the highlight of card button step2 to true
- wait 30
- set the highlight of card button step2 to false
- wait 30
- put zz+1 into zz
- end repeat
-
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=8 right=94 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Centrifuge
- ----- HyperTalk script -----
- on mouseUp
- global kee
- global reagent
- put 1 into kee
- put empty into card field "message"
- put "Not necessary to" into line 2 of card field "message"
- put "Centrifuge at this time" into line 4 of card field "message"
- put "Check Flow Chart" into line 6 of card field "message"
-
-
-
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=434 top=112 right=198 bottom=504
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Hot Water Bath
- ----- HyperTalk script -----
- on mouseUp
- global kee
- global reagent
- put 1 into kee
- put empty into card field "message"
- visual dissolve slow
- go to next card
-
-
-
- end mouseUp
-
-